+2007-11-26 Tor Lillqvist <tml@novell.com>
+
+ * configure.in: Don't add jasper to all_loaders if no libjasper.
+
2007-11-25 Bastien Nocera <hadess@hadess.net>
* configure.in: Add detection for libjasper, used by the
fi
fi
-all_loaders="png,bmp,wbmp,gif,ico,ani,jpeg,pnm,ras,tiff,xpm,xbm,tga,pcx,icns,jasper"
+all_loaders="png,bmp,wbmp,gif,ico,ani,jpeg,pnm,ras,tiff,xpm,xbm,tga,pcx,icns"
+if test x$with_libjasper != xno; then
+ all_loaders="$all_loaders,jasper"
+fi
included_loaders=""
# If no loaders specified, include all
if test "x$with_included_loaders" = xyes ; then
+2007-11-25 Tor Lillqvist <tml@novell.com>
+
+ * Makefile.am: Fix static build of the icns loader.
+
2007-11-25 Bastien Nocera <hadess@hadess.net>
* Makefile.am:
#
# The .icns loader
#
-libpixbufloader_static_icns_la_SOURCES = io-icns.c
+libstatic_pixbufloader_icns_la_SOURCES = io-icns.c
libpixbufloader_icns_la_SOURCES = io-icns.c
libpixbufloader_icns_la_LDFLAGS = -avoid-version -module $(no_undefined)
libpixbufloader_icns_la_LIBADD = $(module_libs)
endif
if INCLUDE_ICNS
-STATIC_ICNS_LIB = libpixbufloader-static-icns.la
+STATIC_ICNS_LIB = libstatic-pixbufloader-icns.la
else
ICNS_LIB = libpixbufloader-icns.la
endif